PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.fonts.truetype Package / PDFUnicodeTrueTypeFont Class / PDFUnicodeTrueTypeFont Constructor / PDFUnicodeTrueTypeFont Constructor(Stream,int,double,boolean)
TrueType collection stream.
TrueType font index in the collection.
Font size.
If true, the font will be embedded in the PDF file.
In This Topic
    PDFUnicodeTrueTypeFont Constructor(Stream,int,double,boolean)
    In This Topic
    Initializes a new Object.
    Syntax
    public PDFUnicodeTrueTypeFont( 
       Stream stream,
       int index,
       double size,
       boolean embed
    )

    Parameters

    stream
    TrueType collection stream.
    index
    TrueType font index in the collection.
    size
    Font size.
    embed
    If true, the font will be embedded in the PDF file.
    See Also